Image Properties

Properties

ControlImplementation Contains an identifier for a control element.
EnableTabbingNavigation Specifies whether a control is included in the tabbing navigation order.
EventListeners
(Inherited from Control)
ID Contains an identifier for a control element.
ImageLink Contains the location of a file containing image data.
IsDisabled Specifies whether a control can accept user input.Controls that are disabled are not included in the tabbing navigation sequence and cannot be focused.
IsPrintable Specifies whether a control is printed when a user prints a document in which the control is contained.
Name Contains name of a form or control element.
Properties
(Inherited from Control)
TabIndex Contains tabbing navigation order of controls within a form.
TargetFrame Specifies the target frame. The defined values are: - _blank: The referenced document is displayed in a new frame. - _parent: The referenced document is displayed in the parent frame of the current frame. - _self: The referenced document replaces the content of the current frame.
TargetLocation Locates a remote resource.
Title Contains additional information about a control. The value of the attribute can be used as a tool tip.
Type Specifies the type of a button. The defined values are: -push: pressing the button does not perform any action by default. A user can add scripts to a button and the script will run when the button is pressed. -reset: pressing the button resets every control in the form to its default value. -submit: pressing the button submits the form. -url: pressing the button loads the URL that is specified in the xlink:href attribute. The default value for this attribute is push.
Value Specifies the default value of an input control.

See Also